Introduce GtkIcon private class
authorCosimo Cecchi <cosimoc@gnome.org>
Mon, 21 Dec 2015 22:46:44 +0000 (14:46 -0800)
committerCosimo Cecchi <cosimoc@gnome.org>
Tue, 22 Dec 2015 17:29:43 +0000 (09:29 -0800)
commit9b7473b633833bb90603ed34464351d2ba3de385
treeabf1628fd0ebc675b79723f67a5ab4fc0349093b
parent164e8ed6bd4c37e9a88e26bc5731eeaf2918a652
Introduce GtkIcon private class

This is an utility widget that wraps a GtkBuiltinIcon for situations
where using a real widget is more convenient than a gadget.
gtk/Makefile.am
gtk/gtkicon.c [new file with mode: 0644]
gtk/gtkiconprivate.h [new file with mode: 0644]